home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / wpjv1n2.zip / HAXTON.ZIP / RODSAPP.RC < prev    next >
Text File  |  1993-01-27  |  218b  |  15 lines

  1. #include <windows.h>
  2. #include "rodsapp.h"
  3.  
  4. rcinclude about.dlg
  5.  
  6. IDM_RODMENU MENU PRELOAD MOVEABLE 
  7. BEGIN
  8.     MENUITEM     "&About", IDM_ABOUT
  9.     MENUITEM    "&One",    IDM_STEPONE
  10.     MENUITEM    "&Two",    IDM_STEPTWO
  11. END
  12.     
  13.  
  14.  
  15.